-
Notifications
You must be signed in to change notification settings - Fork 941
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add MONAI quickstart example #2773
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @charlesbvll, some minor comments below. More concerning is the fact that I'm getting segmentation faults when running this on Ubuntu x64 (no matter if I use or don't use GPU) (but no issues on mac arm64). Seems to be related to the dataloaders...
Update: setting num_workers=0
in the dataloaders seems to fix the issue in Ubuntu. But this slows down training so I don't think it's an ideal solution
Co-authored-by: Javier <[email protected]>
Co-authored-by: Javier <[email protected]>
Co-authored-by: Javier <[email protected]>
@jafermarq I don't know of any other solutions to fix |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's keep the default num_workers
@charlesbvll, I added a link to this example in the top-level readme. Also, adding |
Issue
Description
MONAI (Medical Open Network for AI) is a PyTorch-based, open-source framework for deep learning in healthcare imaging, part of the PyTorch Ecosystem and we don't yet have an example for it.
Related issues/PRs
N/A
Proposal
Explanation
Add a quickstart example using Flower and MONAI.
Checklist
#contributions
)Changelog entry
MONAI (Medical Open Network for AI) is a PyTorch-based, open-source framework for deep learning in healthcare imaging, part of the PyTorch Ecosystem. You can find the example at https://github.com/adap/flower/tree/main/examples/quickstart-monai.
Any other comments?
N/A